Retrieve meta_value from add_comment_meta

You are saving your data with non-unique key (false as last argument), but retrieve it it as singular data (true as last argument).

This is likely returning you the first voter on comment. You need to retrieve complete array of values and work with it to be operating on complete data.