Custom Query based on custom field of a single post

Mysql’s Month function can help you on this. Assuming that your meta value is in SQL date format.

ORDER BY MONTH($wpdb->postmeta.meta_value) ASC