Hi there,
Thanks for writing in!
In the Customizer, upload the black logo that you want to show on the rest of the pages of your site. Then add following jQuery code under Custom > JavaScript in the Customizer to replace the logo only on the homepage:
jQuery(".home .x-brand img").attr("src","YOUR_WHITE_LOGO_IMAGE_URL_HERE");
Replace YOUR_WHITE_LOGO_IMAGE_URL_HERE with your white logo image URL.
Thank you!