Hi @CWJNK ,
customer.note is not exposed via the customer Liquid object. Refer: https://shopify.dev/api/liquid/objects#customer
It is currently only available via the Shopify API. This is because customer notes are not meant for displaying in your store, they are for shop owners to manage customers in the admin area. An alternative is to use Metafields instead.
Hope it helps!