featured image in custom poste type (backend)

Instead of manually adding a metabox, just add supports when you register the post type. (Since it is already registered, you may need to unregister_post_type() and then re-register it to make this change.)

For details – How come Featured Image isn’t showing up in my Custom Post Type?