Hi,
Your custom field needs to be of the type "text" and not "custom text" so that you can enter different text for different products. Otherwise, if you want the same text for all the products, there is no need for a custom field... you can directly add the text in the view file.
With a custom field of the type "text" and the column name "weight", you can simply add the line:
<?php echo $this->row->weight; ?>
after the code
echo $this->row->product_name;
if($this->params->get('link_to_product_page',1)){ ?>
</a>
<?php } ?>
</span>
in the view file "listing_table" via the menu Display->Views.