In file: club_article.cck
for a successful install, I had to swap:

$content['type'] = array (
'name' => 'Article',
'type' => 'club_article',
...

to:
$content['type'] = array (
'name' => 'Club Article',
'type' => 'club_article',
...

Cheers,