Get a List of All Commenters on the Current Post

get_comments do not get a post ID as parameter but rather an array in which you can set all kinds of query criteira including post ID. See the codex http://codex.wordpress.org/Function_Reference/get_comments.

You can even use the author_email parameter to make get_comments do most of the work for you.