custom comments form for custom post type

This is possible : you can fetch the comments form the database in the admin side in the same way you would do it on the client side with get_comments.

Now the question is : where exactly, in the admin side, do you want to display you custom comments ? You can for example create a meta box in the Hotel edit page. Or you can create a single custom admin page where all the booking will be listed.