Woocommerce table is missing a heading–can I add it by use of a hook?

I dont know about the particular Hook but, you could do it by simply using CSS like this:

th.product-thumbnail::before{
  content: 'insert_title_here';
}