Display latest comments on page with pagination

I cannot find that function in source and also not sure about your code nesting there.

There is paginate_comments_links() function. Usage is around this:

if ( get_option( 'page_comments' ) )
    paginate_comments_links();

Leave a Comment