Custom Post Type vs. User Page

Personally, I would just use an author.php template for your authors. To add custom user fields you could hard code them, or use a plugin.

See the_author_meta and author templates in the Codex.