Count the number of custom posts per user

Use the second parameter $post_type:

count_user_posts( $current_user->ID, 'my_post_type' );

More information on count_user_posts()